Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.15.1 -> 3.17.5 age adoption passing confidence

Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v3.17.5

Fixed
  • SpotBugs-annotations dependency is suddenly needed in builds that do certain kinds of annotation processing. (Issue 1026)
  • Significant fields error when testing a class with a field that has a Map with an array as its value type. (Issue 1027)
Changed
  • Reverted the refactorings introduced in versions 3.17.2, 3.17.3 and 3.17.4, as they were causing more problems than they were solving. See this blog post for some background.

v3.17.4

  • Fixes bug where the wrong generic type was provided when multiple fields of the same type but with different generic parameters exist. (Issue 1022)
Changed
  • The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.

v3.17.3

Fixed
  • Fixes bug when passing a subclass of a field's type into #withPrefabValues() (which was introduced in the previous version). (Issue 1014)
  • In Windows builds, the handling of line endings didn't work properly. (Issue 1015)

v3.17.2

Fixed
  • It's now possible to pass a subclass of a field's type into #withPrefabValuesForField(). (Issue 1012)
Changed
  • The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.

v3.17.1

Fixed
  • Instantiates java.sql.Date only when available, so EqualsVerifier no longer throws NoClassDefFoundError when it's not available (for instance, when running EqualsVerifier standalone instead of as part of a test suite). (Issue 746)

v3.17

  • Fixes bug where the wrong generic type was provided when multiple fields of the same type but with different generic parameters exist. (Issue 1022)
Changed
  • The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.

v3.16.2

Changed
  • The error message in some edge cases involving complex generics and abstract classes is now improved. (Issue 983)
  • The line in the error message that shows the version of EqualsVerifier and the JDK, now also indicates whether EqualsVerifier runs on the classpath or the modulepath.
Deprecated
  • withResetCaches() was once needed for use in Quarkus, but caches are now reset automatically on every run.

v3.16.1

Fixed
  • IllegalArgumentException argument type mismatch when a field's type has a wildcard generic and the underlying type has a type bound (such as T extends Serializable). (Issue 940)
  • AbstractMethodError when a the equals method in a field's class calls an abstract method. (Issue 938)

v3.16

Changed
  • The error message in some edge cases involving complex generics and abstract classes is now improved. (Issue 983)
  • The line in the error message that shows the version of EqualsVerifier and the JDK, now also indicates whether EqualsVerifier runs on the classpath or the modulepath.
Deprecated
  • withResetCaches() was once needed for use in Quarkus, but caches are now reset automatically on every run.

v3.15.8

Fixed

v3.15.7

Fixed
  • StackOverflowError when a class has a field of a sealed type whose only permitted subtype has a reference to the original class. (Issue 920)

v3.15.6

Fixed
  • Protected JPA entity getters were ignored. (Issue 909)

v3.15.5

Changed
  • Check that getters are used for all generated JPA id fields. (Issue 892)

v3.15.4

Added
  • A check for Scala with its -Xcheckinit flag switched on. This flag generates a field that should have been marked as synthetic, but isn't, so EqualsVerifier has to check for this field explicitly.

v3.15.3

Changed
  • Improves error message when packages are not "open" to EqualsVerifier. (Issue 868)

v3.15.2

Fixed
  • For JPA entities with a hashCode that doesn't use all fields, and with Warning.STRICT_HASHCODE suppressed, an error was thrown. (Issue 853)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * *" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (10d8e33) 95.19% compared to head (bc723b2) 95.19%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #40   +/-   ##
=========================================
  Coverage     95.19%   95.19%           
  Complexity     1067     1067           
=========================================
  Files           242      242           
  Lines          2766     2766           
  Branches         51       51           
=========================================
  Hits           2633     2633           
  Misses          126      126           
  Partials          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.2 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.3 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 5208e9b to b958a37 Compare November 1, 2023 15:56
@renovate renovate bot force-pushed the renovate/equalsverifier branch from b958a37 to 8278c2f Compare November 29, 2023 17:13
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.3 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.4 Nov 29, 2023
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.4 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.5 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 8278c2f to bc723b2 Compare December 22, 2023 12:50
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.5 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.6 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from bc723b2 to 65883df Compare January 9, 2024 13:03
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 65883df to f61db9f Compare February 23, 2024 11:15
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.6 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.7 Feb 23, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.19%. Comparing base (f544e7c) to head (ca7c4b4).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #40   +/-   ##
=========================================
  Coverage     95.19%   95.19%           
  Complexity     1067     1067           
=========================================
  Files           242      242           
  Lines          2766     2766           
  Branches         51       51           
=========================================
  Hits           2633     2633           
  Misses          126      126           
  Partials          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/equalsverifier branch from f61db9f to 16fdeb7 Compare March 1, 2024 09:43
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.7 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.8 Mar 1, 2024
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.8 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 16fdeb7 to 12c70f2 Compare March 22, 2024 11:31
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 12c70f2 to 7d1c979 Compare April 3, 2024 19:52
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 7d1c979 to a81f0a1 Compare August 23, 2024 08:40
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.2 Aug 23, 2024
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.2 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17 Sep 24, 2024
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.1 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from a81f0a1 to 345864f Compare October 2, 2024 19:01
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.1 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.2 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 345864f to 43f5249 Compare November 5, 2024 14:27
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.2 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 43f5249 to a624d05 Compare November 7, 2024 09:22
@renovate renovate bot force-pushed the renovate/equalsverifier branch from a624d05 to 4cc55df Compare November 30, 2024 13:59
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4 Nov 30, 2024
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.5 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 4cc55df to ca7c4b4 Compare December 6, 2024 16:35
@DavidGregory084 DavidGregory084 merged commit ba4aca9 into main Dec 6, 2024
3 checks passed
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.5 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.5 - autoclosed Dec 6, 2024
@renovate renovate bot deleted the renovate/equalsverifier branch December 6, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants